Java Script It!
See Also...
Info
Banner
 
Description
A java applet effect that creates a banner that cycles through text messages.

Properties
Property Description
Width The width of the applet in pixels.
Height The height of the applet in pixels.
Message/Caption Setup Stores the list of the messages, their corresponding captions, URL's and colors that the applet will cycle through and display on the banner.
Font Face The name of the font that the banner will display text with.
Font Size The font size that the banner will be display text with.
Font Style The font style that the banner will display text with.
Font Align The font alignment that the banner will display text with.
Caption Width The width in pixels that the caption portion (left side) of the applet will be.
Direction The direction that the messages will scroll in.
Delay The amount of time in milleseconds that occurs between messages.
Message Bg Color The background color that the message portion of the applet (right side) will be.
Link Color The color that the message will turn to when the user's mouse passes over it to indicate a hyperlink.
Message Text Color The color of the Message text.
Insertion Point The character position within the current document where the applet code will be inserted into and hence appear within the browser. You must enter an Insert Point before viewing the applet within the current document.

Browser Compatibility
Navigator 3 IE 3 Navigator 4++ IE 4++
compatible compatible compatible compatible

Aditional Information
When uploading a document that contains this applet be sure to include the following class file(s) in the same directory as the HTML document...

  • Banner3.class
  • ParseArgs3.class

Troubleshooting

  • If the applet does not display properly or does not display at all then check to make sure that the applet code is inserted into the proper position within the document and that the tagging structure (ie broken tags) is correct
  • If the applet displayed locally but not when you upoaded it to a server then make sure that all class files were uploaded (listed above under Additional Information) and that their names were correctly maintained during the transer (class files names are case sensitive)

Info
Support